home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Reader's Corner / Reader's Contibutions / Modified / FrEQuency data / 00515_scram 1 proj.movie.00010.ls < prev    next >
Encoding:
Text File  |  1995-01-19  |  172 b   |  10 lines

  1. on mouseUp
  2.   set the movieTime of sprite 3 to 0
  3.   set the movieRate of sprite 3 to 1
  4.   if the frame < 1900 then
  5.     go("mixer")
  6.   else
  7.     play frame "mixera"
  8.   end if
  9. end
  10.